home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-02-10 | 700 b | 18 lines | [TEXT/MPS ] |
- scriptName = 'MacProject Script'
- debugScriptName = "{scriptName}.debug"
-
- ScriptCheckDir = ':::ScriptCheck 4.0:'
- InstallerRIncDir = ':::Installer 4.0:DeveloperInterfaces:RIncludes:'
- InstallerDebuggerDir = ':::Installer Debugger 4.0:'
-
- "{debugScriptName}" ƒ {scriptName}
- Duplicate -y {scriptName} {scriptName}" w/ Debugger"
- Rez -m {InstallerDebuggerDir}"Installer Debugger.r" -append -o {scriptName}" w/ Debugger"
-
- {scriptName} ƒƒ {scriptName}.r
- set theTime "'`date -d -s` 12:00:00 PM'"
- Rez {scriptName}.r -o {scriptName} -t 'kajr' -c 'kajr' -i {InstallerRIncDir}
- SetFile -a b -d {theTime} {scriptName}
- {ScriptCheckDir}ScriptCheck {scriptName} -h -d -a
- SetFile -m {theTime} {scriptName}
-